home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#51 (Dec 89)
/
LISP sources
/
listing 05
< prev
next >
Wrap
Text File
|
1988-10-23
|
443b
|
21 lines
Welcome to Allegro CL Version 1.2!
?
HANOI
MOVEDISK
?
TOWEROFHANOI
NIL
EXIST
> Error: Cannot object-bind global function HANOI
> While executing: FHAVE
> Type Command-/ to continue, Command-. to abort.
1 > Continuing...
? (setf toh (oneOf towerOfHanoi))
#<Object #248, a TOWEROFHANOI>
? (ask toh (Hanoi))
> Error: TOH is not a valid argument to NIL .
> While executing: HANOI
> Type Command-/ to continue, Command-. to abort.
1 >
Aborted
?